Enter a type and click search.




Results for Magento\Payment\Gateway\Command\CommandManagerPool

File: vendor/amzn/amazon-pay-module/etc/di.xml

<type name="Magento\Payment\Gateway\Command\CommandManagerPool">
    <arguments>
        <argument name="executors" xsi:type="array">
            <item name="amazon_payment" xsi:type="string">
                AmazonCommandManager
            </item>
        </argument>
    </arguments>
</type>

This is a type configuration.

This configuration is for the base area. Base area configurations will apply to all the sub-applications.

This configuration tells the Object Manager that when a user wants a Magento\Payment\Gateway\Command\CommandManagerPool object that the following arguments should be used in the foo object's constructor.

  • $executors = [...items...];
Results for Magento\Payment\Gateway\Command\CommandManagerPool

File: vendor/magento/module-paypal/etc/di.xml

<type name="Magento\Payment\Gateway\Command\CommandManagerPool">
    <arguments>
        <argument name="executors" xsi:type="array">
            <item name="payflowpro" xsi:type="string">
                PayflowproCommandManager
            </item>
        </argument>
    </arguments>
</type>

This is a type configuration.

This configuration is for the base area. Base area configurations will apply to all the sub-applications.

This configuration tells the Object Manager that when a user wants a Magento\Payment\Gateway\Command\CommandManagerPool object that the following arguments should be used in the foo object's constructor.

  • $executors = [...items...];
Results for Magento\Payment\Gateway\Command\CommandManagerPool

File: vendor/magento/magento2-base/dev/tests/integration/_files/Magento/TestModuleFakePaymentMethod/etc/di.xml

<type name="Magento\Payment\Gateway\Command\CommandManagerPool">
    <arguments>
        <argument name="executors" xsi:type="array">
            <item name="fake" xsi:type="string">
                Magento\TestModuleFakePaymentMethod\Gateway\Command\CommandManager
            </item>
        </argument>
    </arguments>
</type>

This is a type configuration.

This configuration is for the base area. Base area configurations will apply to all the sub-applications.

This configuration tells the Object Manager that when a user wants a Magento\Payment\Gateway\Command\CommandManagerPool object that the following arguments should be used in the foo object's constructor.

  • $executors = [...items...];
Results for Magento\Payment\Gateway\Command\CommandManagerPool

File: vendor/magento/module-payment/etc/di.xml

<preference for="Magento\Payment\Gateway\Command\CommandManagerPoolInterface"
            type="Magento\Payment\Gateway\Command\CommandManagerPool"></preference>

This is a preference configuration.

This configuration is for the base area. Base area configurations will apply to all the sub-applications.

This preference configuration tells the Object Manager when a user wants a Magento\Payment\Gateway\Command\CommandManagerPoolInterface object that it should return a Magento\Payment\Gateway\Command\CommandManagerPool object.

Results for Magento\Payment\Gateway\Command\CommandManagerPool

File: vendor/paypal/module-braintree-core/etc/di.xml

<type name="Magento\Payment\Gateway\Command\CommandManagerPool">
    <arguments>
        <argument name="executors" xsi:type="array">
            <item name="braintree" xsi:type="string">
                BraintreeCommandManager
            </item>
            <item name="braintree_paypal" xsi:type="string">
                BraintreePayPalCommandManager
            </item>
        </argument>
    </arguments>
</type>

This is a type configuration.

This configuration is for the base area. Base area configurations will apply to all the sub-applications.

This configuration tells the Object Manager that when a user wants a Magento\Payment\Gateway\Command\CommandManagerPool object that the following arguments should be used in the foo object's constructor.

  • $executors = [...items...];